Excel for WinRT
Clone(XLCell[]) Method


The array of the cells for the current instance.
Creates a new XLColumn object that is a copy of the current instance.
Syntax
'Declaration
 
Public Overloads Function Clone( _
   ByRef cells As XLCell() _
) As XLColumn
'Usage
 
Dim instance As XLColumn
Dim cells As XLCell()
Dim value As XLColumn
 
value = instance.Clone(cells)
public XLColumn Clone( 
   out XLCell[] cells
)

Parameters

cells
The array of the cells for the current instance.

Return Value

A new XLColumn object that is a copy of the current instance.
See Also

Reference

XLColumn Class
XLColumn Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback